Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

도서관 사용자 피드백 개선 (OPEN-BETA) #118

Merged
merged 9 commits into from
May 3, 2024
Merged

Conversation

gwansikk
Copy link
Member

@gwansikk gwansikk commented May 3, 2024

Summary

#117

운영진 오픈 베타 피드백에서 제시된 도서관 개선을 작업했어요.

Tasks

리팩토링(Refactoring)

  • 도서관 섹션 업데이트: 도서관 섹션의 API Call를 나눠 Suspense를 적용했어요.
  • usePagination 훅 최적화: 페이지네이션 훅의 성능을 최적화하여, 더욱 빠르고 효율적인 페이지 전환을 가능하게 했습니다.
  • BookCard의 텍스트 오버플로우 처리 개선: 도서 카드 내 텍스트의 오버플로우로 처리하여 크기가 일정하도록 했어요.
  • 도서 대출 조건 상태 배지 텍스트 업데이트: 도서 대출 조건 상태를 나타내는 배지의 텍스트를 constant로 변경했어요.
  • StatusBadgeMyHistorySection에 추가: 도서 상태 뱃지 컴포넌트를 활용하여 일관성을 유지합니다.
  • 도서관 책 사이즈 변경: 도서관 내 표시되는 책의 사이즈를 조정하여, UI의 통일성을 개선했습니다.
  • useBooks 쿼리키 업데이트: 도서 정보 조회를 위한 쿼리키를 업데이트 했어요.

기타 작업(Chores):

  • 도서 상세 섹션의 책 이미지 크기 업데이트: 도서 상세 섹션에 표시되는 책 이미지의 크기 고정으로 지정했어요.
  • 도서관 API Hooks 폴더 구조 변경: 도서관 관련 API 훅스의 폴더 구조를 변경하여, 프로젝트의 파일 관리 및 유지보수의 용이성을 높였습니다.

Screenshot

image

@gwansikk gwansikk added 🔨 Refactor 코드 수정 및 최적화 🏠 Member member 프로젝트 관련 labels May 3, 2024
@gwansikk gwansikk self-assigned this May 3, 2024
@gwansikk gwansikk linked an issue May 3, 2024 that may be closed by this pull request
2 tasks
Copy link

changeset-bot bot commented May 3, 2024

⚠️ No Changeset found

Latest commit: 45e1d17

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gwansikk gwansikk merged commit a5a808e into main May 3, 2024
3 checks passed
@gwansikk gwansikk deleted the refactor/#117 branch May 3, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Member member 프로젝트 관련 🔨 Refactor 코드 수정 및 최적화
Projects
None yet
Development

Successfully merging this pull request may close these issues.

도서관 사용자 피드백 (OPEN-BETA)
1 participant